home *** CD-ROM | disk | FTP | other *** search
- object f_options: Tf_options
- Left = 341
- Top = 115
- BorderStyle = bsDialog
- Caption = 'Project options'
- ClientHeight = 203
- ClientWidth = 321
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 171
- Width = 321
- Height = 32
- Align = alBottom
- TabOrder = 0
- object b_OK: TBitBtn
- Left = 236
- Top = 5
- Width = 75
- Height = 24
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- end
- object b_cancel: TBitBtn
- Left = 140
- Top = 5
- Width = 75
- Height = 24
- Anchors = [akRight, akBottom]
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- end
- object cb_autoIncrement: TCheckBox
- Left = 8
- Top = 8
- Width = 281
- Height = 17
- Caption = 'Auto &Increment File and Product Build each time.'
- TabOrder = 1
- end
- object cb_AutoComment: TCheckBox
- Left = 8
- Top = 32
- Width = 281
- Height = 17
- Caption = 'Add a &comment to each file before it is built.'
- TabOrder = 2
- end
- object cb_minimize: TCheckBox
- Left = 8
- Top = 56
- Width = 281
- Height = 17
- Caption = '&Minimize on build.'
- TabOrder = 3
- end
- object cb_CheckVersion: TCheckBox
- Left = 8
- Top = 80
- Width = 281
- Height = 17
- Caption = 'Check version info after build.'
- TabOrder = 4
- end
- object cb_VerInfoInVerFile: TCheckBox
- Left = 8
- Top = 104
- Width = 289
- Height = 17
- Caption = 'Put actual ver info in .ver file'
- TabOrder = 5
- end
- object cb_HaltOnError: TCheckBox
- Left = 8
- Top = 128
- Width = 297
- Height = 17
- Caption = 'Halt on compile error'
- TabOrder = 6
- end
- end
-